From 782f4ebee1cffe85043bb031b69e5da639fe777a Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Mon, 8 May 2006 17:18:19 +0100 Subject: [PATCH] Make cscope hgignore wildcard a little bit less permissive. Signed-off-by: Christian Limpach --- .hgignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hgignore b/.hgignore index e1d621de37..74e7987eae 100644 --- a/.hgignore +++ b/.hgignore @@ -14,7 +14,7 @@ .*\.orig$ .*\.rej$ .*/a\.out$ -.*cscope\.*$ +.*/cscope\.*$ ^[^/]*\.bz2$ ^TAGS$ ^dist/.*$ -- 2.30.2